Archives an existing qualification record.
Rate limit: 100 requests/min (learn more about rate limits here).
To use this endpoint, select Write Qualification Records under the Qualification Records category when creating or editing an API token. Learn More.
Submit Feedback: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.
curl --request POST \
--url https://api.samsara.com/qualification-records/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "9814a1fa-f0c6-408b-bf85-51dc3bc71ac7"
}
'This response has no body data.Documentation Index
Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Qualification record ID to archive.
ID of the qualification record to archive.
"9814a1fa-f0c6-408b-bf85-51dc3bc71ac7"
curl --request POST \
--url https://api.samsara.com/qualification-records/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "9814a1fa-f0c6-408b-bf85-51dc3bc71ac7"
}
'This response has no body data.